Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the time an activity sign-up opens to the activities page #1107

Merged
merged 4 commits into from
Jul 23, 2024

Conversation

TobiasDeBruijn
Copy link
Member

Fixes #1100

Copy link
Contributor

@SanderHageman SanderHageman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some questions

Copy link
Member

@SilasPeters SilasPeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like these changes, and they are all idiomatic. However I suggest that when an activity will be enrollable at some point in the future, that the 'enroll' button is not hidden but grayed out. This better conveys the message of "you can/must enroll to participate!"

This can be another PR, but I suggest we do it now before we forget. Hence the "requested changes."

@@ -382,6 +382,7 @@ en:
labels:
activities:
date: Date
opens_at: Signup from
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although 'Signup from' is fine, I would like to propose two alternatives to see what you prefer.

"Enrollable from", the confirmation message when you signed up for an activity says "Succesfully enrolled for this activity" and this is more consistent with that. I am not certain whether this is better.

"(Admissions) Open(s) at", not for a particular reason, just reads better imo.

Copy link
Member

@SilasPeters SilasPeters Jul 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, shouldn't "open_at" be "open_from"? I don't know if that is more idiomatic. Yes that was a nitpick.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I'll change the key to open_from and change the text to Enrollable from.

The button will be another PR, it isn't relevant here :)

SanderHageman
SanderHageman previously approved these changes Jul 23, 2024
Copy link
Member

@SilasPeters SilasPeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ready to roll

@TobiasDeBruijn TobiasDeBruijn merged commit 6e1df73 into master Jul 23, 2024
1 check passed
@TobiasDeBruijn TobiasDeBruijn deleted the show-activity-open-time branch July 23, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Activity sign up time
3 participants